Skip to content

chore(deps): update all dependencies #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2025
Merged

chore(deps): update all dependencies #281

merged 1 commit into from
Jul 11, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) patch 8.14.2 -> 8.14.3 age confidence
com.google.devtools.ksp (source) plugin minor 2.1.21-2.0.2 -> 2.2.0-2.0.2 age confidence
com.diffplug.gradle.spotless plugin minor 7.0.4 -> 7.1.0 age confidence
dev.drewhamilton.poko plugin minor 0.18.7 -> 0.19.0 age confidence
com.android.library (source) plugin patch 8.11.0 -> 8.11.1 age confidence
com.android.application (source) plugin patch 8.11.0 -> 8.11.1 age confidence

Release Notes

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

google/ksp (com.google.devtools.ksp)

v2.2.0-2.0.2

Compare Source

What's Changed

Full Changelog: google/ksp@2.2.0-RC3-2.0.2...2.2.0-2.0.2

drewhamilton/Poko (dev.drewhamilton.poko)

v0.19.0

Compare Source

2025-06-25

Compile with Kotlin 2.2.0.

Drop support for Kotlin 2.1 due to incompatibility.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 25, 2025
Copy link

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.30%. Comparing base (96d6c1a) to head (b4edb7b).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #281   +/-   ##
=======================================
  Coverage   61.30%   61.30%           
=======================================
  Files          37       37           
  Lines        1106     1106           
  Branches      104      104           
=======================================
  Hits          678      678           
  Misses        414      414           
  Partials       14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-deps branch from f1431b7 to e43de88 Compare June 26, 2025 07:38
@renovate renovate bot changed the title chore(deps): update dependency com.google.devtools.ksp to v2.2.0-2.0.2 chore(deps): update all dependencies Jun 26, 2025
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 85fe538 to 56467b7 Compare July 7, 2025 22:46
| datasource     | package                                                                 | from         | to          |
| -------------- | ----------------------------------------------------------------------- | ------------ | ----------- |
| gradle-version | gradle                                                                  | 8.14.2       | 8.14.3      |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin           | 2.1.21-2.0.2 | 2.2.0-2.0.2 |
| maven          | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin | 7.0.4        | 7.1.0       |
| maven          | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin               | 0.18.7       | 0.19.0      |
| maven          | com.android.library:com.android.library.gradle.plugin                   | 8.11.0       | 8.11.1      |
| maven          | com.android.application:com.android.application.gradle.plugin           | 8.11.0       | 8.11.1      |
@renovate renovate bot force-pushed the renovate/all-deps branch from 56467b7 to b4edb7b Compare July 10, 2025 22:15
@hoc081098 hoc081098 requested a review from Copilot July 11, 2025 12:40
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates various build dependencies to their latest patch or minor versions to keep the project up to date and compatible with new features.

  • Bumps Gradle wrapper from 8.14.2 to 8.14.3 in both the main project and buildSrc
  • Updates Android Gradle plugin, KSP, Spotless, and Poko versions in libs.versions.toml

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
gradle/wrapper/gradle-wrapper.properties Updated Gradle wrapper distribution URL to 8.14.3
gradle/libs.versions.toml Bumped plugin and library versions
buildSrc/gradle/wrapper/gradle-wrapper.properties Updated Gradle wrapper distribution URL to 8.14.3

@hoc081098 hoc081098 merged commit 6937db5 into master Jul 11, 2025
8 checks passed
@hoc081098 hoc081098 deleted the renovate/all-deps branch July 11, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant